home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / paper_ma.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(press, release).as
Text File  |  2008-11-12  |  91b  |  7 lines

  1. on(press, release){
  2.    if(password eq "mirror")
  3.    {
  4.       _root.fade.play();
  5.    }
  6. }
  7.